chore(deps): bump bollard from 0.20.2 to 0.21.0#77
Conversation
Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.20.2 to 0.21.0. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md) - [Commits](fussybeaver/bollard@v0.20.2...v0.21.0) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
✅ No Blockers —
|
| kimi | glm | aggregate | |
|---|---|---|---|
| Readiness | 5 | 0 | 0 |
| Confidence | 98 | 95 | 95 |
| Correctness | 10 | 0 | 0 |
| Security | 85 | 100 | 85 |
| Testing | 0 | 0 | 0 |
| Architecture | 80 | 70 | 70 |
PR bumps bollard 0.20.2 → 0.21.0 but does not update the two call sites that use renamed enums from bollard 0.21's API.
cargo testfails immediately with unresolved import errors in src/config/volume.rs:2 and src/container.rs:6. The crate does not compile; nothing can be tested. This is a straightforward dependency bump that is incomplete — the rename fixes are trivially small but were not applied. | The PR bumps bollard from 0.20 to 0.21 but does not update source code for two renamed types (MountTypeEnum→MountType, MountPointTypeEnum→MountPointType), causing compilation failure in 2 files.
No findings.
tangletools · 2026-05-04T21:13:23Z · trace
tangletools
left a comment
There was a problem hiding this comment.
✅ Clean
PR bumps bollard 0.20.2 → 0.21.0 but does not update the two call sites that use renamed enums from bollard 0.21's API.
cargo testfails immediately with unresolved import errors in src/config/volume.rs:2 and src/container.rs:6. The crate does not compile; nothing can be tested. This is a straightforward dependency bump that is incomplete — the rename fixes are trivially small but were not applied. | The PR bumps bollard from 0.20 to 0.21 but does not update source code for two renamed types (MountTypeEnum→MountType, MountPointTypeEnum→MountPointType), causing compilation failure in 2 files.
No findings.
tangletools · 2026-05-04T21:13:23Z · trace
Bumps bollard from 0.20.2 to 0.21.0.
Release notes
Sourced from bollard's releases.
Commits
f536c94chore: Release 0.21.0 (#721)24037edchore: podman state release 1.53.1 (#720)94f4e53build(deps): bump swagger-codegen.version in /codegen/swagger (#717)5ea2d69build(deps): bump rust from 1.94.1-slim to 1.95.0-slim (#716)1a49547build(deps): update rand requirement from 0.9 to 0.10 (#690)94cf615fix(codegen): add Podman "stopping" state to container state enums (#715)35c3968fix: Remove topology special case (#719)ce5f6e5Allow users to pass their own build reference (#687)64a73ddAlso set the messages limits for the client, file send and ssh (#718)b2699e7build(deps): update tokio-tungstenite requirement from 0.28 to 0.29 (#699)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)